←Select platform

Instance Constructor(Dictionary<long,object>)

Summary

Initializes a new instance of the Instance class using a dictionary of DicomTag and values.

Syntax
C#
VB
C++
public Instance( 
   Dictionary<long, object> values 
) 
Public Sub New(ByVal values As Dictionary(Of Long, Object)) 
 MyBase.New 
public:  
   Instance(Dictionary<Int64, Object^>^ values) 

Parameters

values

A System.Dictionary of key-value pairs, where the key is a DicomTag, and the value is an object representing the value of the DicomTag.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.